Skip to content

A Rust crate that aspires to implement the STIX 2.1 CTI standard.

License

Notifications You must be signed in to change notification settings

febrezo/stix4rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STIX 4 Rust

A Rust crate that aspires to implement the Stix 2.1 CTI standard.

Disclaimer

This is a work-in-progress and APIs may change at any time. By no means the code included in this repository SHOULD be considered final until the code is released as a Crate and this message is removed from this repository.

If you currently need STIX capabilities in Rust you might find useful this crate instead. Use it under your own responsibility.

Installation

The crate is installed and coded with Cargo in mind. The Cargo Book is a good entry point to install it in your system. To install the development version of this package you WILL need it.

$ cargo --version
cargo 1.53.0

Afterwards, clone the repository and run the application and/or tests:

$ git clone https://github.com/febrezo/stix4rust
$ cd stix4rust
$ cargo test

Releases

No releases published

Packages

No packages published

Languages