File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " scriptful"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
authors = [" The Scriptful Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ The whole library is built around these concepts:
20
20
- __ [ Operator system] __ : a function that decides how each operator will mutate a given stack.
21
21
- __ [ Script] __ : an ordered sequence of items (values and operators) that can be passed to an operator system for operating on a given stack.
22
22
- __ [ Machine] __ : a convenient wrapper around a stack that enables multiple modes of operation.
23
+ - __ [ Codec] __ : a set of methods for encoding and decoding scripts and items, normally into and from binary formats.
23
24
24
25
Using this library is as easy as:
25
26
Original file line number Diff line number Diff line change 1
- //! ___Scriptful_ is a minimalist `no_std` stack machine for interpreting scripts written using domain specific interpreted languages.__
1
+ //! ___Scriptful_ is a minimalist `no_std`, zero dependency stack machine for interpreting scripts written with domain
2
+ //! specific interpreted languages.__
2
3
//!
3
4
//! This library is heavily inspired by the [Forth] programming language and [Script][BitcoinScript]
4
5
//! (the scripting language in Bitcoin).
You can’t perform that action at this time.
0 commit comments