positron

Crates.iopositron
lib.rspositron
version0.2.4
sourcesrc
created_at2021-11-02 11:25:42.134846
updated_at2021-11-06 06:41:36.311302
descriptionparse and execute boolean expressions
homepage
repositoryhttps://github.com/DevHyperCoder/positron.git
max_upload_size
id475654
size63,204
(DevHyperCoder)

documentation

README

positron - parse and execute boolean expressions

Hosted version (Website) here Code: DevHyperCoder/positron-web

Hosted version (API) here Code: DevHyperCoder/positron-api

Installation

Cargo.toml

[dependencies]
positron={version = "x.x.x", features= ["json"]}
  • json feature derives Serialize and Deserialize

Check crates.io for the latest version of positron

LICENSE

positron is licensed under the GNU General Public License 3. Our copy of GPL-3 can be found here

Commit count: 10

cargo fmt