1 // Copyright Ferdinand Majerech 2014. 2 // Distributed under the Boost Software License, Version 1.0. 3 // (See accompanying file LICENSE_1_0.txt or copy at 4 // http://www.boost.org/LICENSE_1_0.txt) 5 6 module dyaml.encoding; 7 8 9 import tinyendian; 10 11 alias Encoding = tinyendian.UTFEncoding;