Demos
Textify
Textify uses the text_transform
crate, which defines a very simple class that implements several class
methods – widen
, narrowen
and flip
.
These methods take a string as input, perform some interesting
transformation and return the transformed string.
WordCount
WordCount uses the word_count
crate, which defines a very simple class that implements a single class
method: search
. This method takes a path to a file and a search string
as input, performing a count of search string in the source file.
SongDonkey
Songdonkey.ai used our technology to create simple yet powerful environment for their end users to remove vocals from any song.
InlineCSS
InlineCSS uses the inline_css
crate, which uses Servo cssparser and html5ever crates
to inline a CSS file into an HTML file.
Line and Point
Line and Point uses the line_point
crate, which defines classes that use Helix struct
support.