pub fn put(c: char) -> Option<String>
This is a simple wrapper for Buffer::put. When used as a WASM module, this lib instantiate a global Buffer and this method is using the global instance.
Buffer::put
Buffer