python-rust-fst | Python bindings for Rust 's fst crate
kandi X-RAY | python-rust-fst Summary
kandi X-RAY | python-rust-fst Summary
python-rust-fst is a Python library. python-rust-fst has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install python-rust-fst' or download it from GitHub, PyPI.
Python bindings for Rust's fst crate
Python bindings for Rust's fst crate
Support
Quality
Security
License
Reuse
Support
python-rust-fst has a low active ecosystem.
It has 44 star(s) with 4 fork(s). There are 5 watchers for this library.
It had no major release in the last 12 months.
There are 4 open issues and 4 have been closed. On average issues are closed in 134 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of python-rust-fst is v0.1.2
Quality
python-rust-fst has 0 bugs and 11 code smells.
Security
python-rust-fst has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
python-rust-fst code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
python-rust-fst is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
python-rust-fst releases are available to install and integrate.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
python-rust-fst saves you 427 person hours of effort in developing the same functionality from scratch.
It has 1011 lines of code, 126 functions and 11 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed python-rust-fst and discovered the below as its top functions. This is intended to give you an instant insight into python-rust-fst implemented functionality, and help decide if they suit your requirements.
- Create a map from an iterable
- Returns an iterator over the items in this map
- Get the map
- Returns an iterator that matches the regular expression
- Calls the given function
- Build a MapMap builder
- Close the memory map builder
- Returns the symmetric difference between two sets
- Create an opbuilder
- A context manager that builds a file set
- Close the context set
- Construct a set from an iterable
- Returns the set
- Return the union of two sets
- Insert new element at the beginning of the file
- Finish the builder
- Insert key into the memory map
- Compute the symmetric difference between two sets
- Return an iterator that searches the map items for the given term
- Return the difference between two sets
- Return the intersection of two sets
- Search the key stream for a given string
- Returns an iterator that matches a regular expression
- Insert key into the map
Get all kandi verified functions for this library.
python-rust-fst Key Features
No Key Features are available at this moment for python-rust-fst.
python-rust-fst Examples and Code Snippets
Copy
from rust_fst import Map, Set
# Building a set in memory
keys = ["fa", "fo", "fob", "focus", "foo", "food", "foul"]
s = Set.from_iter(keys)
# Fuzzy searches on the set
matches = list(s.search(term="foo", max_dist=1))
assert matches == ["fo", "fob",
Community Discussions
No Community Discussions are available at this moment for python-rust-fst.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install python-rust-fst
rust_fst is available as a binary wheel for the most common platforms (Linux 64bit x86, Windows 32/64bit x86 and OSX 64bit x86) and thus does not require a Rust installation. Just run pip install rust_fst to install the latest stable version of the package.
Support
Head over to readthedocs.org for the API documentation. If you want to know more about performance characteristics, memory usage and about the implementation details, please head over to the documentation for the Rust crate.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page