transforms

Undocumented in source.

Modules

camel
module transforms.camel

* cameCase transform * * Copyright: © 2016 David Monagle * License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. * Authors: David Monagle

snake
module transforms.snake

* snake_case transform * * Copyright: © 2016 David Monagle * License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. * Authors: David Monagle

Public Imports

transforms.snake
public import transforms.snake;
Undocumented in source.
transforms.camel
public import transforms.camel;
Undocumented in source.

Meta