Added basic assertion example
This commit is contained in:
parent
6123c10858
commit
df78bdca1c
2 changed files with 130 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ console = "0.14.0"
|
|||
unicode-segmentation = { version = "1.7.1", optional = true }
|
||||
bstr = { version = "0.2.14", optional = true, default-features = false }
|
||||
|
||||
[[example]]
|
||||
name = "assert"
|
||||
required-features = ["text", "inline"]
|
||||
|
||||
[[example]]
|
||||
name = "terminal"
|
||||
required-features = ["text"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue