File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The goal of `Capsule` is to offer an ergonomic framework for network function de
4242- a fast packet processor that uses minimum number of CPU cycles.
4343- a rich packet type system that guarantees memory-safety and thread-safety.
4444- a declarative programming model that emphasizes simplicity.
45- - an extensible and testable framework that is easy to develop and maintain.
45+ - an extendable and testable framework that is easy to develop and maintain.
4646
4747## Quick Start
4848
Original file line number Diff line number Diff line change 11[package ]
22name = " capsule"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44authors = [
" Capsule Developers <[email protected] >" ]
55license = " Apache-2.0"
66edition = " 2018"
@@ -21,8 +21,8 @@ doctest = false
2121
2222[dependencies ]
2323anyhow = " 1.0"
24- capsule-ffi = { version = " 0.1.4 " , path = " ../ffi" }
25- capsule-macros = { version = " 0.1.4 " , path = " ../macros" }
24+ capsule-ffi = { version = " 0.1.5 " , path = " ../ffi" }
25+ capsule-macros = { version = " 0.1.5 " , path = " ../macros" }
2626clap = " 2.33"
2727criterion = { version = " 0.3" , optional = true }
2828futures-preview = " =0.3.0-alpha.19"
Original file line number Diff line number Diff line change 2424) ]
2525#![ deny( broken_intra_doc_links) ]
2626#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
27- #![ doc( html_root_url = "https://docs.rs/capsule/0.1.4 " ) ]
27+ #![ doc( html_root_url = "https://docs.rs/capsule/0.1.5 " ) ]
2828
2929//! A framework for network function development. Written in Rust, inspired by
3030//! [NetBricks] and built on Intel's [Data Plane Development Kit].
Original file line number Diff line number Diff line change 11[package ]
22name = " capsule-ffi"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44authors = [
" Capsule Developers <[email protected] >" ]
55license = " Apache-2.0"
66edition = " 2018"
Original file line number Diff line number Diff line change 11[package ]
22name = " capsule-macros"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44authors = [
" Capsule Developers <[email protected] >" ]
55license = " Apache-2.0"
66edition = " 2018"
You can’t perform that action at this time.
0 commit comments